RootDirectoryEntry Class

Represents a root node.

Definition

Namespace: Independentsoft.IO.StructuredStorage
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class RootDirectoryEntry : DirectoryEntry
Inheritance
Object    DirectoryEntry    RootDirectoryEntry

Remarks

RootDirectoryEntry object in a compound file that must be accessed before any other Storage objects and Stream objects are referenced. It is the uppermost parent object in the storage object and stream object hierarchy.

Properties

ClassId Gets or sets class ID.
(Inherited from DirectoryEntry)
CreatedTime Gets creation time.
(Inherited from DirectoryEntry)
DirectoryEntries Gets collection of DirectoryEntry.
LastModifiedTime Gets last modified time.
(Inherited from DirectoryEntry)
Name Gets root's name.
Size Gets size.
(Inherited from DirectoryEntry)

Methods

CompareTo Compares this instance with the specified DirectoryEntry object and indicates whether this instance precedes, follows, or appears in the same position in the sort order as the specified DirectoryEntry.
(Inherited from DirectoryEntry)
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also